net/http.http2clientStream.inflow (field)

8 uses

	net/http (current package)
		h2_bundle.go#L7046: 	inflow      http2flow // guarded by cc.mu
		h2_bundle.go#L8663: 	cs.inflow.add(http2transportDefaultStreamFlow)
		h2_bundle.go#L8664: 	cs.inflow.setConnFlow(&cc.inflow)
		h2_bundle.go#L9132: 		v := int(cs.inflow.available()) + cs.bufPipe.Len()
		h2_bundle.go#L9135: 			cs.inflow.add(streamAdd)
		h2_bundle.go#L9254: 		if cs.inflow.available() >= int32(f.Length) {
		h2_bundle.go#L9255: 			cs.inflow.take(int32(f.Length))
		h2_bundle.go#L9281: 				cs.inflow.add(int32(refund))